home *** CD-ROM | disk | FTP | other *** search
/ Widget Workshop - The Mad Scientist's Laboratory / Widget Workshop - A Mad Scientist's Laboratory (1996)(Maxis)[Mac-PC].iso / pc / win95 / goodies / demos / maxis / mainmenu.dir / 00205_Script_205 < prev    next >
Text File  |  1995-06-13  |  319b  |  14 lines

  1. on exitFrame
  2.   killLogo
  3.   cursor 4
  4.   updateStage
  5.   preload 1, 297
  6.   preloadCast 488
  7.   setStart
  8.   puppetSprite 24, TRUE
  9.   set the castnum of sprite 24 to the number of cast "dot"
  10.   repeat with x = 44 to 46
  11.     puppetSprite x, TRUE
  12.     set the castnum of sprite x to the number of cast "dot"
  13.   end repeat
  14. end